.SocialsPage {
	padding-bottom: 24px;
}

.SocailsContainer {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    width: 90%;
}

.SocialSetting {
    border-bottom: 2px solid rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.SocialSetting:last-child {
    border-bottom: none;
}

.SocialIcon {
    flex: 0 0 auto;
}

.SocialDetails {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.SocialName {
    font-weight: bold;
}

.SocailsContainer {
	border-radius: 10px;
	margin-bottom: 10px;
}

.SocialSetting {
	padding: 17px;
	gap: 20px;
    cursor: pointer;
}

.SocialIcon {
	width: 40px;
}

.SocialName {
	font-size: 20px;
}

.LapsBox {
    position: relative;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
}

.LapsHeader {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
}

.lap-export {
    width: 100%;
    height: 160px;
    resize: none;
    font-family: monospace;
    font-size: 14px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

.btn-copy {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    background-color: #2D68C4;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}
